home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZPROP / TFEZPROP.txt < prev   
Text File  |  1999-01-28  |  11KB  |  489 lines

  1. object fEzProp: TfEzProp
  2.   Left = 273
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'BootMagic Menu Item Properties'
  7.   ClientHeight = 368
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnDeactivate = FormDeactivate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl: TPageControl
  22.     Left = 6
  23.     Top = 5
  24.     Width = 294
  25.     Height = 317
  26.     ActivePage = tbsVisPart
  27.     TabOrder = 0
  28.     object tbsGeneral: TTabSheet
  29.       Caption = 'General'
  30.       object lblOS: TIntlLabel
  31.         Left = 23
  32.         Top = 162
  33.         Width = 118
  34.         Height = 13
  35.         Caption = 'OS:'
  36.       end
  37.       object lblName: TIntlLabel
  38.         Left = 23
  39.         Top = 82
  40.         Width = 134
  41.         Height = 13
  42.         Caption = '&Name:'
  43.         FocusControl = ebxName
  44.       end
  45.       object lblOSInfo: TIntlLabel
  46.         Left = 130
  47.         Top = 162
  48.         Width = 143
  49.         Height = 13
  50.         Caption = 'MS-DOS 6.22'
  51.       end
  52.       object lblVolN: TIntlLabel
  53.         Left = 23
  54.         Top = 188
  55.         Width = 132
  56.         Height = 13
  57.         Caption = 'Volume Name:'
  58.       end
  59.       object lblPartT: TIntlLabel
  60.         Left = 23
  61.         Top = 214
  62.         Width = 139
  63.         Height = 13
  64.         Caption = 'Partition Type:'
  65.       end
  66.       object lblPartition: TIntlLabel
  67.         Left = 23
  68.         Top = 266
  69.         Width = 161
  70.         Height = 13
  71.         Caption = 'Partition:'
  72.       end
  73.       object lblVolName: TIntlLabel
  74.         Left = 130
  75.         Top = 188
  76.         Width = 155
  77.         Height = 13
  78.         Caption = 'MS-DOS Vol'
  79.       end
  80.       object lblPartType: TIntlLabel
  81.         Left = 130
  82.         Top = 214
  83.         Width = 32
  84.         Height = 13
  85.         Caption = 'FAT32'
  86.       end
  87.       object lblPartitionNum: TIntlLabel
  88.         Left = 130
  89.         Top = 266
  90.         Width = 186
  91.         Height = 13
  92.         Caption = 'Pri - 1'
  93.       end
  94.       object imgIcon: TImage
  95.         Left = 23
  96.         Top = 12
  97.         Width = 32
  98.         Height = 32
  99.         Center = True
  100.         Picture.Data = {<image000.ico>}
  101.       end
  102.       object lblOSName: TIntlLabel
  103.         Left = 83
  104.         Top = 24
  105.         Width = 174
  106.         Height = 13
  107.         AutoSize = False
  108.         Caption = 'MS-DOS 6.22'
  109.       end
  110.       object lblDisk: TIntlLabel
  111.         Left = 23
  112.         Top = 240
  113.         Width = 128
  114.         Height = 13
  115.         Caption = 'Disk:'
  116.       end
  117.       object lblDiskNum: TIntlLabel
  118.         Left = 130
  119.         Top = 240
  120.         Width = 6
  121.         Height = 13
  122.         Caption = '1'
  123.       end
  124.       object Panel2: TPanel
  125.         Left = 23
  126.         Top = 146
  127.         Width = 240
  128.         Height = 2
  129.         BevelOuter = bvLowered
  130.         TabOrder = 0
  131.       end
  132.       object ebxName: TEdit
  133.         Left = 83
  134.         Top = 77
  135.         Width = 180
  136.         Height = 21
  137.         Hint = 'Change menu item name'
  138.         MaxLength = 79
  139.         ParentShowHint = False
  140.         ShowHint = True
  141.         TabOrder = 1
  142.         Text = 'MS-DOS 6.22'
  143.         OnChange = ebxNameChange
  144.       end
  145.       object btnChange: TButton
  146.         Left = 179
  147.         Top = 111
  148.         Width = 84
  149.         Height = 25
  150.         Hint = 'Change menu item Icon'
  151.         Caption = 'Change &Icon...'
  152.         ParentShowHint = False
  153.         ShowHint = True
  154.         TabOrder = 3
  155.         OnClick = btnChangeClick
  156.       end
  157.       object Panel1: TPanel
  158.         Left = 23
  159.         Top = 61
  160.         Width = 240
  161.         Height = 2
  162.         BevelOuter = bvLowered
  163.         TabOrder = 4
  164.       end
  165.       object btnEditSFile: TButton
  166.         Left = 64
  167.         Top = 111
  168.         Width = 105
  169.         Height = 25
  170.         Hint = 'Edit menu item system files'
  171.         Caption = '&Edit System Files...'
  172.         ParentShowHint = False
  173.         ShowHint = True
  174.         TabOrder = 2
  175.         OnClick = btnEditSFileClick
  176.       end
  177.     end
  178.     object tbsWin9x: TTabSheet
  179.       Caption = 'Win95 Options'
  180.       object gbxWin9x: TGroupBox
  181.         Left = 7
  182.         Top = 5
  183.         Width = 273
  184.         Height = 273
  185.         TabOrder = 0
  186.         object rbtn9xNormal: TRadioButton
  187.           Left = 30
  188.           Top = 38
  189.           Width = 113
  190.           Height = 17
  191.           Caption = 'Normal'
  192.           Checked = True
  193.           TabOrder = 0
  194.           TabStop = True
  195.         end
  196.         object rbtn9xLogged: TRadioButton
  197.           Left = 30
  198.           Top = 64
  199.           Width = 153
  200.           Height = 17
  201.           Caption = 'Logged  (\BOOTLOG.TXT)'
  202.           TabOrder = 1
  203.         end
  204.         object rbtn9xSafe: TRadioButton
  205.           Left = 30
  206.           Top = 89
  207.           Width = 145
  208.           Height = 17
  209.           Caption = 'Safe mode'
  210.           TabOrder = 2
  211.         end
  212.         object rbtn9xSafeNetwork: TRadioButton
  213.           Left = 30
  214.           Top = 115
  215.           Width = 161
  216.           Height = 17
  217.           Caption = 'Safe mode with network'
  218.           TabOrder = 3
  219.         end
  220.         object rbtn9xStep: TRadioButton
  221.           Left = 30
  222.           Top = 141
  223.           Width = 161
  224.           Height = 17
  225.           Caption = 'Step-by-step confirmation'
  226.           TabOrder = 4
  227.         end
  228.         object rbtn9xCommandPrompt: TRadioButton
  229.           Left = 30
  230.           Top = 167
  231.           Width = 185
  232.           Height = 17
  233.           Caption = 'Command prompt only'
  234.           TabOrder = 5
  235.         end
  236.         object rbtn9xSafeCommandPrompt: TRadioButton
  237.           Left = 30
  238.           Top = 192
  239.           Width = 185
  240.           Height = 17
  241.           Caption = 'Safe mode command prompt only'
  242.           TabOrder = 6
  243.         end
  244.         object rbtn9xDOS: TRadioButton
  245.           Left = 30
  246.           Top = 218
  247.           Width = 185
  248.           Height = 17
  249.           Caption = 'Previous version of MS-DOS'
  250.           TabOrder = 7
  251.         end
  252.       end
  253.     end
  254.     object tbsWinNT: TTabSheet
  255.       Caption = 'Win NT Options'
  256.       object gbxWinNT: TGroupBox
  257.         Left = 7
  258.         Top = 5
  259.         Width = 273
  260.         Height = 273
  261.         TabOrder = 0
  262.         object rbtnNTNormal: TRadioButton
  263.           Left = 30
  264.           Top = 38
  265.           Width = 113
  266.           Height = 17
  267.           Caption = 'Normal'
  268.           Checked = True
  269.           TabOrder = 0
  270.           TabStop = True
  271.         end
  272.         object rbtnNTVGA: TRadioButton
  273.           Left = 30
  274.           Top = 64
  275.           Width = 121
  276.           Height = 17
  277.           Caption = 'VGA mode'
  278.           TabOrder = 1
  279.         end
  280.         object rbtnNTMenu: TRadioButton
  281.           Left = 30
  282.           Top = 115
  283.           Width = 113
  284.           Height = 17
  285.           Caption = 'Use NT menu'
  286.           TabOrder = 3
  287.         end
  288.         object rbtnNTDOS: TRadioButton
  289.           Left = 30
  290.           Top = 89
  291.           Width = 113
  292.           Height = 17
  293.           Caption = 'DOS'
  294.           TabOrder = 2
  295.         end
  296.       end
  297.     end
  298.     object tbsVisPart: TTabSheet
  299.       Caption = 'Visible Partitions'
  300.       object gbxVisPart: TGroupBox
  301.         Left = 7
  302.         Top = 5
  303.         Width = 273
  304.         Height = 273
  305.         TabOrder = 0
  306.         object lblVolNameT: TIntlLabel
  307.           Left = 25
  308.           Top = 150
  309.           Width = 94
  310.           Height = 13
  311.           Caption = 'Volume Name'
  312.         end
  313.         object lblVPartType1: TIntlLabel
  314.           Left = 122
  315.           Top = 174
  316.           Width = 97
  317.           Height = 13
  318.           Caption = 'FAT16'
  319.         end
  320.         object lblVPartType2: TIntlLabel
  321.           Left = 122
  322.           Top = 198
  323.           Width = 97
  324.           Height = 13
  325.           Caption = 'FAT32'
  326.         end
  327.         object lblVPartType3: TIntlLabel
  328.           Left = 122
  329.           Top = 222
  330.           Width = 97
  331.           Height = 13
  332.           Caption = 'FAT16B'
  333.         end
  334.         object lblVPartType4: TIntlLabel
  335.           Left = 122
  336.           Top = 246
  337.           Width = 97
  338.           Height = 13
  339.           Caption = 'NTFS'
  340.         end
  341.         object lblVPart1: TIntlLabel
  342.           Left = 221
  343.           Top = 174
  344.           Width = 49
  345.           Height = 13
  346.           Caption = 'Pri-1'
  347.         end
  348.         object lblVPart2: TIntlLabel
  349.           Left = 221
  350.           Top = 198
  351.           Width = 49
  352.           Height = 13
  353.           Caption = 'Pri-2'
  354.         end
  355.         object lblVPart3: TIntlLabel
  356.           Left = 221
  357.           Top = 222
  358.           Width = 49
  359.           Height = 13
  360.           Caption = 'Pri-3'
  361.         end
  362.         object lblVPart4: TIntlLabel
  363.           Left = 221
  364.           Top = 246
  365.           Width = 49
  366.           Height = 13
  367.           Caption = 'Pri-4'
  368.         end
  369.         object lblPartTypeT: TIntlLabel
  370.           Left = 121
  371.           Top = 150
  372.           Width = 96
  373.           Height = 13
  374.           Caption = 'Partition Type'
  375.         end
  376.         object lblPartT2: TIntlLabel
  377.           Left = 220
  378.           Top = 150
  379.           Width = 49
  380.           Height = 13
  381.           Caption = 'Partition'
  382.         end
  383.         object menoWarning: TIntlLabel
  384.           Left = 8
  385.           Top = 16
  386.           Width = 257
  387.           Height = 85
  388.           AutoSize = False
  389.           Caption = 
  390.             'By default, BootMagic automatically makes the partition(s) neede' +
  391.             'd by this operating system visible. If you choose to override th' +
  392.             'e automatic selections, this operating system may not boot corre' +
  393.             'ctly and in a few instances may cause data loss.'
  394.           WordWrap = True
  395.         end
  396.         object ckbxVPart1: TCheckBox
  397.           Left = 8
  398.           Top = 174
  399.           Width = 110
  400.           Height = 17
  401.           Caption = 'VOLNAME'
  402.           State = cbChecked
  403.           TabOrder = 2
  404.         end
  405.         object ckbxVPart2: TCheckBox
  406.           Left = 8
  407.           Top = 198
  408.           Width = 110
  409.           Height = 17
  410.           Caption = 'TEST'
  411.           TabOrder = 3
  412.         end
  413.         object ckbxVPart3: TCheckBox
  414.           Left = 8
  415.           Top = 222
  416.           Width = 110
  417.           Height = 17
  418.           Caption = 'WINDOWS98'
  419.           TabOrder = 4
  420.         end
  421.         object ckbxVPart4: TCheckBox
  422.           Left = 8
  423.           Top = 246
  424.           Width = 110
  425.           Height = 17
  426.           Caption = 'BACKUP'
  427.           Enabled = False
  428.           TabOrder = 5
  429.         end
  430.         object pnlLineA: TPanel
  431.           Left = 7
  432.           Top = 165
  433.           Width = 258
  434.           Height = 2
  435.           BevelOuter = bvLowered
  436.           TabOrder = 0
  437.         end
  438.         object ckbxOverride: TCheckBox
  439.           Left = 8
  440.           Top = 116
  441.           Width = 217
  442.           Height = 17
  443.           Caption = 'Override &Default Selections'
  444.           TabOrder = 1
  445.           OnClick = ckbxOverrideClick
  446.         end
  447.       end
  448.     end
  449.   end
  450.   object btnHelp: TButton
  451.     Left = 225
  452.     Top = 335
  453.     Width = 75
  454.     Height = 25
  455.     Hint = 'Display help'
  456.     Caption = '&Help'
  457.     ParentShowHint = False
  458.     ShowHint = True
  459.     TabOrder = 3
  460.     OnClick = btnHelpClick
  461.   end
  462.   object btnOK: TButton
  463.     Left = 57
  464.     Top = 335
  465.     Width = 75
  466.     Height = 25
  467.     Hint = 'Exit and keep changes'
  468.     Caption = '&OK'
  469.     Default = True
  470.     ParentShowHint = False
  471.     ShowHint = True
  472.     TabOrder = 1
  473.     OnClick = btnOKClick
  474.   end
  475.   object btnCancel: TButton
  476.     Left = 141
  477.     Top = 335
  478.     Width = 75
  479.     Height = 25
  480.     Hint = 'Quit without keeping changes'
  481.     Cancel = True
  482.     Caption = '&Cancel'
  483.     ParentShowHint = False
  484.     ShowHint = True
  485.     TabOrder = 2
  486.     OnClick = btnCancelClick
  487.   end
  488. end
  489.